type runtime.spanSet
10 uses
runtime (current package)
mcentral.go#L44: partial [2]spanSet // list of spans with a free object
mcentral.go#L45: full [2]spanSet // list of spans with no free objects
mcentral.go#L59: func (c *mcentral) partialUnswept(sweepgen uint32) *spanSet {
mcentral.go#L65: func (c *mcentral) partialSwept(sweepgen uint32) *spanSet {
mcentral.go#L71: func (c *mcentral) fullUnswept(sweepgen uint32) *spanSet {
mcentral.go#L77: func (c *mcentral) fullSwept(sweepgen uint32) *spanSet {
mspanset.go#L17: type spanSet struct {
mspanset.go#L83: func (b *spanSet) push(s *mspan) {
mspanset.go#L150: func (b *spanSet) pop() *mspan {
mspanset.go#L252: func (b *spanSet) reset() {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |